home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.44 / PC Gamer.zip / PCG_7.44.BIN / Data / items.pcg / scripts / DefineButton2_277 / BUTTONCONDACTION on(release, keyPress Left).as < prev    next >
Text File  |  2004-06-18  |  177b  |  5 lines

  1. on(release, keyPress "<Left>"){
  2.    _level7.HelpControl.gotoAndStop("wait");
  3.    SwitchTab(3,"menufile","filename",num_Files,lastFileBox,"file",fileCount,currentFileCount);
  4. }
  5.